home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / winedt13.zip / CHANGES.TX$ next >
Text File  |  1992-03-19  |  12KB  |  354 lines

  1. WINEDIT CHANGES, ADDITIONS, and BUG FIXES
  2. -----------------------------------------
  3. Version 1.3b  (3/18/92)
  4.  
  5.                Fixed bugs:
  6.  
  7.                   Programs on Project menu didn't run properly if "Capture
  8.                   Output" was checked.
  9.  
  10.                   UAE when deleting a large block of text.
  11.  
  12. Version 1.3a  (2/22/92)
  13.  
  14.            Column blocks: Press Alt+C or choose Column Block from the Edit
  15.            menu to switch to column block mode.  WinEdit returns to stream
  16.            block mode after any block operation.
  17.  
  18.           (There is a marking problem if the column block extends far
  19.           enough to make the screen scroll horizontally.)
  20.  
  21.            Tab and Shift+Tab will move a marked block one tab space to the
  22.            right or left, respectively.
  23.  
  24.            Active Status Bar:
  25.           1. Click on the line number area for a Go To Line dialog.
  26.           2. Click on the INS/OVR area to toggle between Insert and
  27.              Overtype modes.
  28.           3. Click in the message area with the left mouse button for
  29.              Next Error, the right mouse button for Previous Error.
  30.  
  31.            Click the right mouse button anywhere in an editing window for a
  32.            popup menu.  There is sample source in the Extension DLL for
  33.            modifying this popup menu.  (See below)
  34.  
  35.            NOTE: Keyword help is now Shift+right mouse button click.
  36.  
  37.            In the \DLL-SRC subdirectory is source code to a sample
  38.            extension DLL.  The only documentation at this point is the
  39.            sample source and the WE_EXT.H include file.  The easiest
  40.            extension to write is a remapping of the keyboard and menus.
  41.            Just edit the WE_EXT.RC file to change the menu items and
  42.            accelerator tables and recompile the DLL with:
  43.           nmake WE_EXT
  44.            To write a new function for WinEdit, look at the example
  45.            commands in WE_EXT.C that start with EXT_.
  46.  
  47.            WinEdit now uses the Windows 3.1 common dialogs for File Open,
  48.            Merge, Save, and Save As, and for choosing fonts.  You can also
  49.            now choose any fixed pitch font for the screen font.
  50.  
  51.            Can enter control characters (ASCII/ANSI 1-31) in text.
  52.  
  53.            If you start WinEdit, and another instance of WinEdit is already
  54.            running, it opens a new child MDI window instead.
  55.  
  56.            Shift-Tab tabs backwards.
  57.  
  58.            Fixed bugs:
  59.  
  60.                   Sometimes, when pasting a block of text, only the first line
  61.                   of the block appeared.
  62.  
  63.                   Sometimes, after deleting a block of text, text above the
  64.                   block was deleted as well.
  65.  
  66.                   Problem merging a file into a new (empty) file window.
  67.  
  68.                   Performing a backward regular expression search caused a UAE.
  69.  
  70.                   Problem loading 8192-byte and 8193-byte files.
  71.  
  72.                   The Ctrl-Right and Ctrl-Left arrow functions didn't stop at
  73.                   numbers or punctuation.  Double-clicking on numbers or
  74.                   punctuation didn't highlight them.
  75.  
  76.                   After minimizing and restoring a child window, the cursor
  77.                   disappeared.
  78.  
  79.                   After performing a search and replace operation which changed
  80.                   a text string to an empty string, the cursor disappeared.
  81.  
  82.                   Cryptic error messages if you tried to run the compiler
  83.                   (etc.) and none was configured.
  84.  
  85.                   File name in the pick list combo box overlapped the down
  86.                   arrow button.
  87.  
  88.                   In the "File Open" dialog, it was possible to have a file and
  89.                   a directory highlighted at the same time.
  90.  
  91.                   The same sizes were shown as being available for every
  92.                   printer font.
  93.  
  94.                   Trying to edit a cardfile (.CRD) caused a UAE, instead of a
  95.                   diagnostic error message.
  96.  
  97.            Fixed compatability problems:
  98.  
  99.           Language keyword help lookup didn't work in Windows 3.1.
  100.  
  101.                   Problem painting child window frames in Windows 3.1.
  102.  
  103. Version 1.2k  (10/3/91)
  104.  
  105.                Just fixed the setup program.
  106.  
  107. Version 1.2j  (09/24/91)
  108.  
  109.                Corrected File. Merge problem with files > 4k.
  110.  
  111.                Corrected previous-file list save problem.
  112.  
  113.                Fixed bug - Shift+End,Delete on empty line.
  114.  
  115.                Changed word right/left and selectword to
  116.                skip punctuation as well as whitespace.
  117.  
  118.                Fixed paint bug.
  119.  
  120. Version 1.2h  (09/16/91)
  121.  
  122.                New file name macro for Compile.Configure menu -
  123.                %e = extension of current file name.
  124.  
  125.                Vertical scroll bar problem fixed.
  126.  
  127.                Selected text is used for search text if selection is
  128.                less than one line in length.
  129.  
  130.                Errors prevented trying to read last file from floppy
  131.                drive on startup.
  132.  
  133.                Ctrl+Z at end of file is stripped at file read.
  134.  
  135.                Pressing Backspace or Delete past end of line fills
  136.                to end of line with spaces.
  137.  
  138. Version 1.2g  (09/04/91)
  139.  
  140.                Corrected horizontal scroll paint problem.
  141.  
  142. Version 1.2f  (08/30/91)
  143.  
  144.                Fixed caret size problem right this time.
  145.  
  146. Version 1.2e  (08/27/91)
  147.  
  148.                Fixed caret size problem.
  149.  
  150. Version 1.2d  (08/26/91)
  151.  
  152.                Added task-specific messages to compile warning messages.
  153.  
  154.                Added word wrap.
  155.  
  156.                Added white space to beginnings of lines.
  157.  
  158.                Fixed numerous bugs:
  159.  
  160.                   Accessing floppy for previous file list caused
  161.                      error message.
  162.                   Arrow keys with no file open caused UAE.
  163.                   Delete key at end of file not handled properly.
  164.                   Extra CR/LF's sometimes added on File Read.
  165.                   Last line of file not repainted after paste.
  166.                   Macro file WINEDIT.MAC not saved to proper directory.
  167.                   Search starting past end of file caused UAE.
  168.                   Tab key deleted text in overtype mode.
  169.                   Undo of a paste not handled properly.
  170.  
  171. Version 1.2c  (internal release)
  172.  
  173. Version 1.2b  (07/17/91)
  174.  
  175.                WinEdit runs in Protected mode only.
  176.  
  177.                Corrected problem with WE_MACRO.DLL
  178.  
  179.                Corrected large ( 800K or larger) file problem.
  180.  
  181.  
  182. Version 1.2a  (07/09/91)
  183.  
  184.                Added Undo/Redo.
  185.  
  186.                Added Insert/Overtype mode.
  187.  
  188.                Added keyboard macros.
  189.  
  190.                Fixed problem with drop-down file list.
  191.  
  192.                Fixed printing error - not switching back from
  193.                landscape to portrait mode.
  194.  
  195.  
  196. Version 1.1B (06/10/91)
  197.  
  198.                Moved Last 20 file list from WINEDIT.INI to
  199.                project file.
  200.  
  201.                Fixed problem handling files that didn't end in
  202.                a CR/LF.
  203.  
  204.                Fixed scrollbar problem.
  205.  
  206.                Fixed problem trying to load previous file if it
  207.                no longer existed.
  208.  
  209.                Fixed status bar paint problem.
  210.  
  211.  
  212. Version 1.1A (05/04/91)
  213.  
  214.                Optimized vertical scrolling routine - especially
  215.                fast on systems with graphics coprocessors.
  216.  
  217.                Fixed PostScript print bug.
  218.  
  219.                Added Go to line function:  double click on status
  220.                line, or choose Go to line... from Search menu.
  221.  
  222.                Fixed a paste bug.
  223.  
  224. Version 1.0G (04/09/91)
  225.  
  226.                Show Next/Prev Error now handles Borland C++ compiler
  227.                output.
  228.  
  229.                Fixed combo box problem when minimizing window.
  230.  
  231.                Fixed paste when there is a selection.
  232.  
  233.                Changed screen update procedure to avoid flashing.
  234.  
  235.  
  236. Version 1.0F (04/02/91)
  237.  
  238.                Keypad + copies current line to clipboard if nothing is selected, 
  239.                otherwise copies selected text.
  240.                
  241.                Keypad - cuts current line to clipboard if nothing is selected,
  242.                otherwise cuts selected text.
  243.                
  244.                Main window size is saved in WINEDIT.INI.
  245.                
  246.                Header prints file date and time if file is unchanged,
  247.                current date and time if changed.
  248.  
  249.                Added File.Merge
  250.  
  251.                Corrected WINEDIT.HLP index error
  252.  
  253.                Changed file list combobox to handle keyboard better and
  254.                fixed update problem when closing with no active file windows.
  255.  
  256.                Corrected sharing violation when reloading SDKWIN.HLP
  257.                with SHARE.EXE loaded.
  258.  
  259.                Corrected Show Error problem when a link error was
  260.                encountered.
  261.  
  262.                Print now handles form feeds correctly.
  263.                
  264. Version 1.0E (03/14/91)
  265.  
  266.                Updated help files and documenation.
  267.  
  268.                Corrected minor printing bug.
  269.  
  270.                Corrected paint bug.
  271.  
  272. Version 1.0D (03/12/91)
  273.  
  274.                Changed local memory scheme to use danq's multiple far
  275.                local heap routines.
  276.  
  277.                Added keyboard selection items: Shift+PgUp, Shift+PgDn,
  278.                Shift+Ctrl+Home, Shift+Ctrl+End.
  279.  
  280.                Added davee's ultra-cool Control Bar.
  281.  
  282.                Fixed scrollbar bug.
  283.  
  284.                Fixed Edit.Paste bug.
  285.  
  286.                Fixed Edit.Cut bug.
  287.  
  288.                Streamlined screen updates after delete or backspace.
  289.                
  290.                Delete key at end of line now joins line with line below.
  291.                
  292. Version 1.0C (02/05/91):
  293.  
  294.                Added "Debug" item to Run Menu.
  295.  
  296.                Changed WinExec to richhe's Spawn.
  297.  
  298.                Fixed selection bug.
  299.  
  300.              (02/04/91):
  301.  
  302.                Corrected font problems with Adobe Type Manager(tm) 
  303.                and Publisher's PowerPak (tm).
  304.  
  305.                Added .WPJ (WinEdit Project) INI files for grouping
  306.                work projects.
  307.  
  308.                Added printer setup.
  309.  
  310.                Fixed numerous editing bugs.
  311.  
  312. Version 1.0B (01/06/91):
  313.  
  314.                Added Next Error/Prev Error viewing of compiler output.
  315.                
  316.                Left double click selects word.
  317.  
  318.                Changed File Open dialog box so that entering a drive or 
  319.                directory in the edit box changes directory and keeps
  320.                the current wild card pattern.
  321.  
  322.                Changed updating of WINEDIT.INI to cope with multiple instances
  323.                and quitting Windows sessions.
  324.  
  325.                Fixed bug allowing cursor to get out of sync with the current
  326.                position.
  327.  
  328.                Fixed numerous print bugs.
  329.  
  330.                Fixed bug - Canceling a print-to-file job at the "Output
  331.                file name" dialog box caused a lockup.
  332.  
  333.                Fixed bug - Starting selection with mouse and ending with
  334.                keyboard ignored mouse portion of selection.
  335.  
  336.                Fixed bug - Mouse click on text was positioning caret 
  337.                incorrectly by 1/2 character width.
  338.                
  339.                Fixed bug - if screen had scrolled horizontally with cursor
  340.                on a blank line, hitting HOME key produced momentary screen
  341.                garbage.
  342.  
  343.                Fixed bug - a Find... requiring a horizontal scroll was not
  344.                updating the screen and scrollbar properly in all cases.
  345.  
  346.                Fixed bug - Word Left wasn't restoring the screen and 
  347.                scrollbar properly if it had scrolled to the right.
  348.                
  349.                Fixed buttons on Search dialog box to line up with each other.
  350.  
  351. Version 1.0A (12/02/90):
  352.  
  353.                Initial release.
  354.